.wpgdprc.wpgdprc-consent-bar {
    display: none !important;
}

footer.wpgdprc-consent-modal__footer > a.wpgdprc-button.wpgdprc-button--secondary {
    background: #fff !important;
    border-color: #ccc !important;
    color: #ccc !important;
    flex: 1 1 auto;
    margin-right: 20px;
    text-align: center;
}
footer.wpgdprc-consent-modal__footer > a.wpgdprc-button.wpgdprc-button--secondary:hover {
    background: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}
footer.wpgdprc-consent-modal__footer > a.wpgdprc-button.wpgdprc-button--secondary.division-accept-all {
    background: #000 !important;
    border-color: #fff !important;
    color: #fff !important;
    margin-right: 0px;
}
footer.wpgdprc-consent-modal__footer > a.wpgdprc-button.wpgdprc-button--secondary.division-accept-all:hover {
    background: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}

.division-google_maps-denied {
    display: none;
}
.division-elementor-widget-google_maps-denied {
    display: none;
}
.division-elementor-widget-google_maps-denied ~ .division-google_maps-denied {
    display: block;
}